Skip to main content
Version: 1.0.2

Ping

The Ping API enables to check the connectivity between bank and the XD Payments Platform

Method: POST

{{URL}}/rtp/rpc/BankService/Ping

Headers

NameValue
Content-Typeapplication/json
Credential"Basic c3VwcG9ydCsxQG5ldHN5cy1pbmMuY29tOjM5ZDYxOGJkNTVmN5NWQxY2RlNDE5"
Signature"{{signature}}"

Example

Request Body (Applicable for both FedNow & TCH)


{}

Response: 200

Response Parameters
ParameterDescription

ip

String

IP address of the bank

Example – "::1"

status

String

Status of ping (connectivity)

Example – "SUCCESS"

Response Body (Applicable for both FedNow & TCH)


{
"ip": "::1",
"status": "SUCCESS"
}